LowercaseString
Type
operator
Summary
Lowercases Source.
Syntax
the lower of <Source>
Description
Uppercase letters, including special characters with diacritical marks, are converted to the lowercase equivalents. All other characters, including lowercase letters, numbers, punctuation, and special characters with no upper or lower case, are left unchanged.
Parameters
| Name | Type | Description |
|---|---|---|
Source | An expression which evaluates to a string. |
Value
| Name | Type | Description |
|---|---|---|
return | Source with each of its chars lowercased. |